home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / vmed.arc / VM.MAP < prev    next >
Text File  |  1985-12-03  |  3KB  |  236 lines

  1. Module ED2/ccc contains these routines:
  2. main()
  3. edit()
  4. insert()
  5. control()
  6. special()
  7. command()
  8. lookup()
  9. getcmnd()
  10.  
  11. Module ED3/ccc contains these routines:
  12. append()
  13. change()
  14. clear()
  15. delete()
  16. find()
  17. list()
  18. dspline()
  19. load()
  20. name()
  21. name1()
  22. chklen()
  23. store()
  24. save()
  25. search()
  26. search1()
  27. tabs()
  28. chkbuf()
  29. get2args()
  30. skiparg()
  31. skipbl()
  32. chkkey()
  33. amatch()
  34. replace()
  35. srch1()
  36. movecmd()
  37. copy()
  38. moveit()
  39. getnum()
  40. putfile()
  41.  
  42.  
  43. Module ED4/ccc contains these routines:
  44. edabt()
  45. edbegin()
  46. edchng()
  47. eddel()
  48. eddn()
  49. edend()
  50. edgo()
  51. edins()
  52. edjoin()
  53. edkill()
  54. edleft()
  55. ednewdn()
  56. ednewup()
  57. edright()
  58. edsplit()
  59. edsrch()
  60. edup()
  61. edzap()
  62. edatbot()
  63. edattop()
  64. edredraw()
  65. edxpos()
  66. edgetln()
  67. edrepl()
  68. edscan()
  69. edsup()
  70. edsdn()
  71.  
  72. #include ed3a/CCC
  73. outm()
  74. message()
  75.  
  76. Module ED5/ccc contains these routines:
  77. fmtassn()
  78. fmtadj()
  79. fmtlen()
  80. fmtsubs()
  81. fmtsout()
  82. fmtlench()
  83. fmtoutch()
  84. fmtdevch()
  85. fmtcrlf()
  86. fmtset()
  87.  
  88. Module ED6/ccc contains these routines:
  89. outgetx()
  90. outgety()
  91. outchar()
  92. outxy()
  93. outclr()
  94. outdelln()
  95. outdeol()
  96. outhasup()
  97. outhasdn()
  98. outsup()
  99. outsdn()
  100.  
  101. Module ED7/ccc contains these routines:
  102. pmtmess()
  103. pmtmode()
  104. pmtfile()
  105. pmtfread()
  106. pmtfwrit()
  107. pmtedit()
  108. pmtline()
  109. pmtcol()
  110. pmtcmnd()
  111. pmtmode1()
  112. pmtmem()
  113. pmtfile1()
  114. pmtfile3()
  115. pmtfile2()
  116. pmtline1()
  117. pmtcol1()
  118. pmttop()
  119. pmtlnx()
  120.  
  121. Module ED8/ccc contains these routines:
  122. syscstat()
  123. syscin()
  124. syscout()
  125. syslout()
  126. sysend()
  127. cursor()
  128. sysopen()
  129. sysclose()
  130. sysrdch()
  131. syspshch()
  132. syspopch()
  133. syschkfn()
  134. syscopfn()
  135. sysmovdn()
  136. sysmovup()
  137. setcur()
  138.  
  139. Module ED9/ccc contains these routines:
  140. number()
  141. ctoi()
  142. max()
  143. min()
  144. putdec()
  145. itoc()
  146. abs()
  147. syserr()
  148. error()
  149. diskerr()
  150. readline()
  151. pushline()
  152. popline()
  153. pxtdec()
  154.  
  155. Module VMED10/ccc contains these routines:
  156.  
  157. #include vm/CCC
  158. #include vmdef/CCC
  159. #include vmmgr/CCC
  160. vm_init()
  161. vm_get()
  162. findslot()
  163. free_slo()
  164. fill_slo()
  165. add_blk()
  166. rel_blk()
  167.  
  168. #include vmpf/CCC
  169. smudge()
  170. cur_size()
  171. getwd()
  172. putwd()
  173. eob()
  174. clad()
  175. set_ndx()
  176. llad()
  177.  
  178. #include vmgo/CCC
  179. go_to()
  180. go_nxl()
  181. go_pvl()
  182. go_f()
  183. go_p()
  184. go_top()
  185. go_eob()
  186. go_eof()
  187. go_pvb()
  188. go_nxb()
  189.  
  190. #include vmio/CCC
  191. ins_btm()
  192. ins_top()
  193. ln_del()
  194. mvln_nx()
  195. mvln_pv()
  196. forcenew()
  197. cpy_in()
  198. open_hol()
  199.  
  200. #include vmlc/CCC
  201. vm_err()
  202. vm_abt()
  203. vm_move()
  204.  
  205. #include vmrio/CCC
  206. sec_seek()
  207. fread()
  208. fwrite()
  209.  
  210. #include vmtrace/CCC
  211. t_r()
  212. t_pl()
  213. zpaws()
  214. t_x()
  215. t_d()
  216.  
  217. (this is the beginning of the routines actually in VMED10)
  218. bufnew()
  219. bufins()
  220. bufdel()
  221. bufdeln()
  222. bufrepl()
  223. bufgetln()
  224. bufln()
  225. bufchng()
  226. bufsaved()
  227. buffree()
  228. bufgo()
  229. bufup()
  230. bufdn()
  231. bufatbot()
  232. bufnrbot()
  233. bufattop()
  234. bufout()
  235. bufoutln()
  236.